home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 September / CyberMycha 09-2005 (Poland).bin / Setup / Data / Menu / scr / Loading1024.scr < prev    next >
Encoding:
Text File  |  2002-04-19  |  3.0 KB  |  131 lines

  1. /** * * * * * * * * * * * * * * * * * * * * * * * * *
  2. *                                                   *
  3. *  User Interface Script - generated by UI Editor   *
  4. *                                                   *
  5. * * * * * * * * * * * * * * * * * * * * * * * * * * */
  6.  
  7. //------ Key declarations --------------------------
  8. !LoadIncluded(s)
  9. !Included()
  10. !Interface(s)
  11. !Window(s,s,s)
  12. !Static(s,s,s)
  13. !ControlObject(s,s,s)
  14. !Button(s,s,s,s)
  15. !Edit(s,s,s,s)
  16. !Menu(s,s,s)
  17. !Id(s)
  18. !LogicSize(f,f)
  19. !LogicPos(f,f)
  20. !Mouse(i)
  21. !Keyboard(i)
  22. !Joy(i)
  23. !Visible(i)
  24. !Texture(s)
  25. !TextureRect(s,f,f,f,f,f,f)
  26. !EditTexture(s)
  27. !FrameCornerSize(i,i)
  28. !Cursor(s)
  29. !CursorVisible(i)
  30. !EditBorderWidth(f)
  31. !EditBorderSens(f)
  32. !EditState(i)
  33. !EditCursorSize(s)
  34. !EditStateOnInit(i)
  35. !EditCursorMove(s)
  36. !Text(s)
  37. !TextColor(f,f,f)
  38. !TextPosFlags(i)
  39. !Font(s)
  40. !Command(i)
  41. !Notify(i)
  42. !SelKeyUp(i)
  43. !SelKeyDown(i)
  44. !FocusSound(s)
  45. !TextureHightlight(s)
  46. !TextureHightlightRect(s,f,f,f,f,f,f)
  47. !TextHighLightColor(f,f,f)
  48. !CanFocus(i)
  49. !TextureChecked(s)
  50. !TextureCheckedRect(s,f,f,f,f,f,f)
  51. !TextureDisabled(s)
  52. !TextureDisabledRect(s,f,f,f,f,f,f)
  53. !TextureHightlightCheck(s)
  54. !TextureHightlightCheckRect(s,f,f,f,f,f,f)
  55. !TextDisableColor(f,f,f)
  56. !TextCheckedColor(f,f,f)
  57. !TextHighLightCheckColor(f,f,f)
  58. !Checked(i)
  59. !Disabled(i)
  60. !CanCallPress(i)
  61. !CanCheck(i)
  62. !CallPressPeriod(f)
  63. !DoubleClick(f)
  64. !MouseLeaveDestroyFocus(i)
  65. !CheckSound(s)
  66. !MenuButton(s,s,s,s,s)
  67. !TextureEdit(s)
  68. !TextEditColor(f,f,f)
  69. !ParentPositioning(i)
  70. !ParentCenteringX(i)
  71. !ParentCenteringY(i)
  72. !ListBoxCapacity(i)
  73.  
  74. //------ UI stuff -----------------------------
  75. Interface("UI_LOADING")
  76. {
  77.    Command(1)
  78.    Notify(1)
  79.    CanFocus(0)
  80.    SelKeyUp(-1)
  81.    SelKeyDown(0)
  82.    Text("&&LoadingScreenLoading&&")
  83.    TextColor(1.0,1.0,1.0)
  84.    Font("FLJazz42")
  85.    TextPosFlags(34)
  86.    LogicSize(1.0,1.0)
  87.    LogicPos(0.0,0.0)
  88.    Mouse(1)
  89.    Keyboard(0)
  90.    Joy(0)
  91.    Visible(1)
  92.    CursorVisible(0)
  93.    ParentPositioning(1)
  94.    ParentCenteringX(0)
  95.    ParentCenteringY(0)
  96.    EditTexture("er_t_red.png")
  97.    EditBorderWidth(2.0)
  98.    EditBorderSens(3.0)
  99.    EditCursorSize("data/interface/c_resize.png")
  100.    EditCursorMove("data/interface/c_move.png")
  101.    ControlObject("UIProgressBar","ID_PROGRESS","Specific")
  102.    {
  103.       Command(1)
  104.       Notify(1)
  105.       CanFocus(0)
  106.       TextureHightlightRect("p_menu.png",1024.0,1024.0,801.0,91.0,1001.0,107.0)
  107.       SelKeyUp(0)
  108.       SelKeyDown(0)
  109.       Text("")
  110.       TextColor(1.0,1.0,1.0)
  111.       Font("MSSansSerif10")
  112.       TextPosFlags(34)
  113.       LogicSize(0.3,0.040000003)
  114.       LogicPos(0.1,0.545)
  115.       Mouse(1)
  116.       Keyboard(0)
  117.       Joy(0)
  118.       Visible(1)
  119.       CursorVisible(0)
  120.       ParentPositioning(1)
  121.       ParentCenteringX(1)
  122.       ParentCenteringY(0)
  123.       TextureRect("p_menu.png",1024.0,1024.0,801.0,109.0,1001.0,125.0)
  124.       EditTexture("er_t_red.png")
  125.       EditBorderWidth(2.0)
  126.       EditBorderSens(3.0)
  127.       EditCursorSize("data/interface/c_resize.png")
  128.       EditCursorMove("data/interface/c_move.png")
  129.    }
  130. }
  131.